home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-06 | 597 b | 26 lines | [TEXT/MPS ] |
- # File: DumpSRec.make
- # Target: DumpSRec
- # Sources: DumpSRec.c DumpSRec.r DumpSRec.rsrc
-
-
- OBJECTS = DumpSRec.c.o
-
-
- DumpSRec ƒƒ DumpSRec.make DumpSRec.rsrc
- Echo 'Include "DumpSRec.rsrc";' | Rez -append -o DumpSRec
-
- DumpSRec ƒƒ DumpSRec.make DumpSRec.r
- Rez DumpSRec.r -append -o DumpSRec
-
- DumpSRec ƒƒ DumpSRec.make {OBJECTS}
- Link -d -c 'MPS ' -t MPST ∂
- {OBJECTS} ∂
- "{CLibraries}"StdClib.o ∂
- "{Libraries}"Stubs.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o ∂
- -o DumpSRec
- DumpSRec.c.o ƒ DumpSRec.make DumpSRec.c
- C -r DumpSRec.c
-